home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 January / Ahoy_Magazine_86-01_1986_Double_L.d64 / ascii transmitte (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  466b  |  14 lines

  1. 0 rem << rr25-3 >>
  2. 1 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3. 2 rem     - ascii transmitter -
  4. 3 rem       rupert report #25
  5. 4 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  6. 5 rem transmit ascii form of program
  7. 6 rem over the rs-232 channel
  8. 7 rem =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  9. 8 open 2,2,0,chr$(8) : cmd 2 : list
  10. 9 print#2,chr$(26):print#2:close 2:end
  11. 10 rem  -add this program to the program to be transmitted and type 'run 8'
  12. 11 rem  -when the listing is done,
  13. 12 rem  -type 'run 9' to close the file
  14.